Select(String[]) Method
Selects a list of items.

C# Syntax

void Select( 
   params string[] items
)

Parameters

items
The names of the items to select from the list.